Keysight VISA.NET Help
WriteLineList(UInt16[]) Method



The array of UInt16 integers to be added to the formatted I/O write buffer.
Converts each of the UInt16 integers in the specified array to an ASCII string and appends them, separated by commas, to the formatted I/O write buffer. Appends a newline (0xA) to the formatted I/O write buffer, flushes the buffer, and sends an END with the buffer if required.
Syntax
'Declaration
 
<CLSCompliantAttribute(False)>
Overloads Sub WriteLineList( _
   ByVal data() As UShort _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As UShort
 
instance.WriteLineList(data)
[CLSCompliant(false)]
void WriteLineList( 
   ushort[] data
)
[CLSCompliant(false)]
void WriteLineList( 
   array<ushort>^ data
) 

Parameters

data
The array of UInt16 integers to be added to the formatted I/O write buffer.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025